home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineButton2_1473 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  128 b   |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    ss = new Sound();
  4.    ss.attachSound("HowToPlay");
  5.    ss.start(0.12,99);
  6.    stop();
  7. }
  8.